Chart3DDataSetIrGrid Constructor(Single[],Single[],Single[,])
In This Topic
Initializes a new instance of the
Chart3DDataSetIrGrid class.
Syntax
'Declaration
Public Function New( _
ByVal () As System.Single, _
ByVal () As System.Single, _
ByVal (,) As System.Single _
)
public Chart3DDataSetIrGrid(
System.float[] ,
System.float[] ,
System.float[,]
)
Parameters
- xvalues
- Array of x-values.
- yvalues
- Array of y-values.
- zvalues
- Two-dimesional array of z-values.
See Also